Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for aborting DMA transfers #803

Merged
merged 1 commit into from
Jun 2, 2024

Conversation

EliseZeroTwo
Copy link
Contributor

This MR implements support for aborting DMA transfers, following 2.5.5.3 of the datasheet and #722.

This should close #722.

rp2040-hal/src/dma/single_buffer.rs Outdated Show resolved Hide resolved
rp2040-hal/src/dma/single_channel.rs Outdated Show resolved Hide resolved
rp2040-hal/src/dma/single_channel.rs Outdated Show resolved Hide resolved
Copy link
Member

@9names 9names left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

rp2040-hal/src/dma/single_buffer.rs Outdated Show resolved Hide resolved
rp2040-hal/src/dma/single_channel.rs Outdated Show resolved Hide resolved
rp2040-hal/src/dma/single_channel.rs Outdated Show resolved Hide resolved
@jannic jannic requested a review from 9names May 24, 2024 15:24
@jannic jannic merged commit e4e909e into rp-rs:main Jun 2, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DMA abort
3 participants